home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _1069F92553464D21A71709481BE35402 < prev    next >
Encoding:
Text File  |  2004-04-14  |  275 b   |  22 lines

  1. regc4f( 2, 0, 0, 0, %motionblurpower )
  2. pshader("
  3.  
  4. ps_1_1
  5.  
  6.     def    c1, 0.3, 0.59, 0.11, 0.75
  7.  
  8.     tex    t0
  9.     tex    t1
  10.  
  11.     mov_x2_sat    r1, t0
  12.     dp3_sat        r1, r1, c1
  13.     mul        t0, r1, t0
  14.  
  15.     mul        r1, -t0, t1
  16.     mad        r0, r1, c1.a, t1
  17.     add        r0.rgb, r0, t0
  18.     +mov_sat        r0.a, c2.a
  19.  
  20. ")
  21.  
  22.